xen.git
2006-05-25 kaf24@firebug... Remove net_driver_util module. Inline the one mac-parsi...
2006-05-25 kaf24@firebug... [XEND] Wait sufficient time for memory to balloon out...
2006-05-25 kaf24@firebug... Allow compat hypercalls to be made via privcmd (to...
2006-05-25 kaf24@firebug... Fix VMEXIT tracing.
2006-05-25 kaf24@firebug... [HVM] Support multiple HVM time device models coming...
2006-05-25 kaf24@firebug... Fix x86/64 build after previous changeset.
2006-05-25 kaf24@firebug... Remove redundant test in grant-table interface code.
2006-05-25 kaf24@firebug... Change the x86_emulate() interface to pack all context...
2006-05-25 kaf24@firebug... [BALLOON] Do not allow target to be set below two perce...
2006-05-25 kaf24@firebug... Do not include asm/fixmap.h directly from non-arch...
2006-05-25 kaf24@firebug... [XEND] Remember cpu-pinning information across guest...
2006-05-25 kaf24@firebug... Fix xc_tbuf.c indentation and stop turning failure...
2006-05-25 kaf24@firebug... Ensure trace-buffer size is set back to zero if trace...
2006-05-25 kaf24@firebug... [NET] front: Use netif_carrier to model backend-connect...
2006-05-25 kaf24@firebug... Separate xenbusstate enumeration from typedef. Avoid...
2006-05-24 cl349@firebug... Fix IDE CD-drive PIO mode.
2006-05-24 kaf24@firebug... Remove unnecessary x86-specific mapping code from privc...
2006-05-24 kaf24@firebug... [XENSTORE] Make use of /proc/xen/xsd_{port,kva} private...
2006-05-24 kaf24@firebug... [PTRACE] Fix ptrace for hvm guests.
2006-05-24 kaf24@firebug... Event-channel driver: Use for_each_possible_cpu instead
2006-05-24 kaf24@firebug... Fix kcons_write and kcons_write_dom0 CodingStyle.
2006-05-24 kaf24@firebug... Use DEFINE_SPINLOCK in Linux drivers, conforming to...
2006-05-24 kaf24@firebug... Remove broken inline-asm string functions from Xen...
2006-05-23 emellor@leeni... Allow a guest to determine its VM UUID.
2006-05-23 emellor@leeni... Fix log message written when xenstored corrupts its...
2006-05-23 emellor@leeni... Added get_permissions implementation.
2006-05-23 emellor@leeni... Fix xspy_get_permissions -- you can't increment the...
2006-05-23 kaf24@firebug... Move Xen CPU hotplug code into new file cpu_hotplug.c.
2006-05-22 awilliam@xenbuild.aw[IA64] update default build configs
2006-05-22 awilliam@xenbuild.awmerge with xen-unstable.hg
2006-05-22 kaf24@firebug... [IA64] Work around auto-ballooning changes.
2006-05-22 Ian.Campbell... Fix x86/64 by passing the required length to reserve_bo...
2006-05-22 awilliam@xenbuild.aw[IA64] Enable VTi network by defalt
2006-05-22 ack@kneesa... Patch linux so that /proc/stat shows all -- not just...
2006-05-22 Ian.Campbell... Fix x86/64 -xenU build. probe_roms() is only defined...
2006-05-22 Ian.Campbell... Remove DOM0_PHYSICAL_MEMORY_MAP dom0 op.
2006-05-22 Ian.Campbell... Convert x86/64 Linux to use the new memory map hypercall.
2006-05-22 Ian.Campbell... Convert x86/32 Linux to use the new memory map hypercall.
2006-05-22 Ian.Campbell... New memory_op subops which return the apparent or actua...
2006-05-22 Ian.Campbell... Add include/asm-x86_64/e820.h to sparse tree
2006-05-22 Ian.Campbell... Re-order code in preparation for future patches.
2006-05-21 kaf24@firebug... [LOADER] More sanity checks when parsing Elf images...
2006-05-21 kaf24@firebug... [ACM] Replace the union structure parameter of the...
2006-05-21 kaf24@firebug... Finish separating the typedefs from structure definitio...
2006-05-21 kaf24@firebug... [LOADER] Another change to the elf_paddr_offset/virt_ba...
2006-05-21 awilliam@xenbuild.aw[IA64] Enable P2M/VP by default
2006-05-21 awilliam@xenbuild.aw[IA64] add missing ia64_trace_syscall privop
2006-05-21 awilliam@xenbuild.aw[IA64] make it possible to disable CONFIG_XEN
2006-05-21 awilliam@xenbuild.aw[IA64] sparse-merge: check SPARSEDIR for modifications
2006-05-21 awilliam@xenbuild.aw[IA64] minor fix for sparse-merge
2006-05-21 kaf24@firebug... [LOADER] Remove check for VIRT_BASE existence: it's...
2006-05-20 kaf24@firebug... [BUILDER] Always build initial PAE pagetables with...
2006-05-19 cl349@firebug... Don't require sed to support the -r option.
2006-05-19 cl349@firebug... Make the latest network-bridge tweaks work in a busybox...
2006-05-19 kaf24@firebug... [SHADOW] Crash the guest rather than BUGing the whole...
2006-05-19 emellor@leeni... Merged.
2006-05-19 Anthony LiguoriExpose the exceptions thrown by xen.lowlevel.xc so...
2006-05-19 kaf24@firebug... [MINIOS] PAE support.
2006-05-19 harry@localhost... Add a read-verify block device test to xm-test.
2006-05-19 stekloff@elm3b216... This patch resizes the file system on the xm-test HVM...
2006-05-19 emellor@leeni... Merged.
2006-05-19 emellor@leeni... The enforce_dom0_cpus test sets the number of vcpus...
2006-05-19 kaf24@firebug... Several page allocations, done in the hypervisor when...
2006-05-19 kaf24@firebug... [XEND] An empirical and more conservative memory-overhe...
2006-05-19 kaf24@firebug... [XEND] separate concept of initial memory size and...
2006-05-19 kaf24@firebug... [XM-TEST] Use explicit (IP id==packet size) on hping2...
2006-05-19 kaf24@firebug... [NET] front: Remove duplicate maybe_wake_tx
2006-05-19 kaf24@firebug... Fix xentrace_format to deal with more than 16 CPUs.
2006-05-19 kaf24@firebug... [NET] front: remove use of typedefs for structures.
2006-05-19 kaf24@firebug... Place typedefs on their own separate lines in the Xen...
2006-05-19 kaf24@firebug... Introduce is_running_on_xen() to test whether we are...
2006-05-19 kaf24@firebug... Fix a crash in gdbserver-xen where it references unmapp...
2006-05-18 kaf24@firebug... [NET] front: remove unnecessary include of proc_fs.h.
2006-05-18 awilliam@xenbuild.aw[IA64] panic when ioremap hypercall fails.
2006-05-18 kaf24@firebug... Check `global' property of the arch specific virqs.
2006-05-18 kaf24@firebug... Remove Emacs variables settings from tail of our Linux...
2006-05-18 kaf24@firebug... Rename init_IRQ to xen_init_IRQ, so that non-x86 can...
2006-05-18 kaf24@firebug... Remove __TEST_HARNESS__ tests from x86_emulate: instead...
2006-05-18 kaf24@firebug... [NET] front: clean up create_netdev interface.
2006-05-18 kaf24@firebug... [NET] front: Add a sysfs interface for tuning the recei...
2006-05-18 kaf24@firebug... [NET] front: Give netfront a procectomy. The existing...
2006-05-18 kaf24@firebug... [NET] front: Network devices need to be freed by free_n...
2006-05-18 kaf24@firebug... [NET] front: The initialization and removal functions...
2006-05-18 kaf24@firebug... [NET] front: The receive buffer accounting should be...
2006-05-18 kaf24@firebug... [NET] front: Minor style fix and eliminate Emacs style...
2006-05-18 kaf24@firebug... [NET] front: clean up transmit queue waking
2006-05-18 kaf24@firebug... [NET] front: Replace user_state with netif_running
2006-05-18 kaf24@firebug... [NET] front: Remove tx_full and unnecessary queue opera...
2006-05-18 kaf24@firebug... Fix the build after SVM patches.
2006-05-17 kaf24@firebug... SVM patch to add a host save area per core for the...
2006-05-17 kaf24@firebug... Fix register corruption caused by c/s 9922.
2006-05-17 kaf24@firebug... SVM patch to cleanup guest event injection logic, remov...
2006-05-17 kaf24@firebug... SVM patch to reverse the logic of the general1 intercep...
2006-05-17 kaf24@firebug... SVM patch to cleanup IOIO handling, do not use "real...
2006-05-17 kaf24@firebug... Add hotkey 'v' to hypervisor monitor to print VMCS...
2006-05-17 kaf24@firebug... Allow to specify different time-of-day clock offsets...
2006-05-17 kaf24@firebug... Theoretically a 0 VIRT_BASE is okay. Change the bail...
2006-05-17 awilliam@xenbuild.aw[IA64] pte_xchg added
2006-05-17 kaf24@firebug... When doing local migration, a timing-related problem...
2006-05-17 kaf24@firebug... VTPM_TOOLS: Restructured handlers for better clearity...
next